WinGate is Copyright ⌐ 1995-2001 Qbik New Zealand Limited. All rights reserved.
WinGate is published by Deerfield.com
Congratulations on installing WinGate. We hope that the installation was easy, and that you like the software.
To view changes & updates for this version either
a) refer to the Windows Start Menu\Programs\WinGate\WinGate Info link. This loads a collection of useful Wingate information (first tasks, release notes, changes history, support links, plug-in links and the user license).
b) information at the bottom of this document (search for WinGate Release Information).
CONTENTS
--------------
1. Files installed
2. Installing the Service
3. Next steps - logging on
1. Files Installed by the Setup program
---------------------------------------
------------
Server Setup
------------
* WinGate.exe (The service itself)
* GateKeeper.exe (The Administration utility)
* WgEngMon.exe (The WinGate Engine monitor utility)
* WinGate.hlp (help file)
* WinGate.cnt (help file contents)
* install.log (used by uninstall program)
* wincloseapp.exe (utility file)
* restartwg.exe (utility file)
* UNWISE32.EXE (uninstall program)
* uninstall32.ini (uninstall text)
* WGsrvins.DLL (Utility DLL - in System directory)
* Roboex32.DLL (Utility DLL - for help file)
* /resource (directory containing gif resources for FTP icons in browsers)
* /java (directory containing the java client class files)
* /info (Info on WinGate incl. changes and release notes)
------------
Client Setup
------------
* WGLSP.DLL (The WinGate Internet Client Layered Service Provider DLL)
* WGClient.CPL (The WinGate Internet Client Control Panel Applet)
* Sporder.dll (Utility DLL)
* WGCLient.HLP/CNT (Help file for control panel applet)
* WGDM.EXE (The WinGate Dialup Monitor)
* UNWISE32.EXE (uninstall program)
* wgclins.DLL (Utility DLL - in System directory)
* install.log (used by uninstall program)
* WGRC.EXE (uninstallation utility)
* WGICToggle.exe (used to toggle the internet client)
Other files are created by GateKeeper and WinGate when they run.
2. Installing the service
-------------------------
The installation program should have done this for you. The service should be running.
The Qbik WinGate Engine service can be installed with the command line (in the directory where you installed it)
wingate -i
And uninstalled with
wingate -u
3. Logging on
-----------------
Before you can make any modifications to WinGate, you must log on. You will need to do this if you will be
using dial on demand in WinGate, and/or you are installing for the first time.
* Make sure WinGateEngine.exe is running (look in Control Panel:services), or NT4 task manager
* Start GateKeeper
* Select File:Go On-Line
* The default settings should be ok - Username Administrator, no password, server localhost, port 808
* You may be prompted to change your password - choose File:Change Password
You can now edit your settings. We suggest you set up some user accounts (Pro only)
and some access privileges.
GateKeeper will warn you if the WinGate Engine is not running whenever you try to connect to localhost
or the IP address 127.0.0.1 (which are the same). It will start the engine if it can.
If you have trouble logging on, ensure you use the default settings EXACTLY as they are written, These are:
Username: Administrator
Password: <leave blank>
Server: localhost (or 127.0.0.1)
Port: 808
PLEASE NOTE: With a full install WinGate will do a security check on its bindings. It will not bind to an externally
available interface. If you have problems with access, please read the security notes in the Manual and add or modify
appropriate bindings or access rules.
=======================
WinGate Release Information
=======================
Version: 4.2.0
Released: February 2001
---------------------------------
* Added option to disallow simultaneous logins from one user id.
* WinGate Engine automatically detects DUN connectoids not configured for WinGate Dialer Profile use and offers to guide them through doing this
* Option added to allow easy back up of Registry
* Modified the adding of user and service names so trialing or leading blanks are removed, preventing spurious near-duplicates
* Changing from Wingate users to NT authentication and back to WinGate no longer removes any WinGate users who did not have an NT account
* If ENS is not installed the NAT directory and ENS log are no longer created
* Cancelling "Confirm WinGate password" dialog now returns to User properties dialog
* Adding new service with same port number as one that is already running generates a warning/error
* Move options/confirmation menu item and syslog options to menu hanging off GateKeeper Options/Advanced
* Added warning that appears when WGIC puts an application in local-mode as a result attempting to listen attempt on a reserved port
* Added help button on system policies, assumedusers, edit/new users, edit/new groups
* In NT Authentication WinGate now creates a default administrator account if it does not find one
* Scheduler has been fixed so that it will not disable NT user database accounts.
* In the Activity Pane you can now display by Service eg POP3, FTP, HTTP etc
* When under heavy load repaints used to be so fast that GateKeeper became unusable, and could jam or leak memory. This has been fixed
* WinGate now installs on a Clean WinME Build
* When doing an UDP ASSOCIATE request 0.0.0.0 was getting used which was not handled correctly by the Proxy. Changed the SOCKS proxy so that if no port number is initially provided, it uses the port number of the first outgoing UDP packet the client sends.
* Sending Null byte file to server port 2080 no longer causes 99% cpu and memory consumption issues
* Users are now warned not to disable the guest account
* Config Report option added to Advanced menu item which displays troubleshooting information
* Better AOL Support
* After a Machine name change Wingate now updates its DNS entry.
* WRP history entries for http requests no longer have corrupt description
* Warning Message boxes now have a disable option
* A new menu item has been added to the WinGate Internet Client option that allows one to toggle the client on and off more easily.
* GateKeeper Activity pane functionality improved to allow users to more easily ban websites, disable users etc
* Ability to pause the activity pane and to view information by Service or User
* Made serialization locking uniform throughout WinGate, and changed to a faster locking mechanism.
* A mechanism employed to make most efficient use of system resources made it possible (although unlikely) for parts of WinGate to hang. This mechanism has been changed to ensure that this can't happen. (Engine - Bug-fix)
* On NT systems, the WinGate service was installed as able to interact with the user Desktop (in order that those using InterQuick could see it's system-tray icon). Unfortunately, this can mean that users logging in and out of Windows can disrupt WinGate, in some circumstances causing it to hang. Now the WinGate Service has this setting switched off by default. (Engine - Bug-fix)
Version: 4.1.0
Released: October 2000
-------------------------------------------------
* User management and authentication with NT / 2000. (Engine - New Feature)
* Ability to import users from NT / 2000 and text files (tab delimited format) (Engine - New Feature)
* New SMTP Proxy to provide Spam protection functions (Engine - New Feature)
* Support for cable modems & direct router connections (ability to define any interface as public or private). (Engine - New Feature)
* Universal WinGate Engine executable file (no longer separate file for NT and 9x systems) (Engine - New Feature)
* Autosave option added to allow configuration changes to be saved without manually clicking the "Save" button in GateKeeper. (GateKeeper - New Feature)
* The task scheduler will execute any tasks rounded to the nearest minute eg if you scheduled a task for 5:30:58 then it will fire at 5:31:00 (this applies for rounding both up and down). In previous versions seconds were ignored. (Engine - Bug Fix)
* The WWW cache tended to leave some cache files behind sometimes. These files did not have entries in the cache index and were therefore useless. Any file in the cache directory without an index entry is now deleted during a purge. (Engine - Bug Fix)
* Logging is now done under a sub directory with the name of the service/user. When logging is rolled over, the old files are renamed to a date:timestamp (Engine - improvement)
* You can now change the path of the history database for both logging and viewing. Changing this path to a root directory is not permitted. ( Logging COM Object - Improvement)
* When a WinGate Service is bound to an external interface, GateKeeper will prompt the user to open a "hole" in the ENS Firewall (corresponding to the same port bound to by the service). Any "holes" opened automatically will assume defaultproperties, and will close when that service is deleted, stopped or unbound. (ENS GateKeeper - Improvment)
* When user accounting information is changed, the change is now broadcast to GateKeeper immediately. (Engine - Bug-fix)
* Addressed bug where sometimes this would not close once all Internet applications had been closed on the client computer. ( WinGate Dialup Monitor - Bug-Fix)
* WinGate now retains the administrator password after a trial license key has expired. ( GateKeeper - Improvement)
* Improved memory management (large reduction in number of handles used). (Engine & GateKeeper- Improvement)
* No longer get a range of system log messages after the engine starts for the first time (following an installation on an NT/2000 system). (Engine - Improvement)
* WGIC reports "owner" application in most message boxes (so if the server not responding you at least know what app keeps triggering the report) (WGIC - Improvement)
* ENS icon/menu hidden for users that are not members of the administrator group. (ENS - Improvement)
* TCP proxy services used to be vulnerable to self-looping eg POP3. This stops (a) inadvertent loop creation, eg proxy 1 listens on port 2000, redirects to 2001, proxy 2 listens on 2001, redirects to 2000, (b) malicious DoS attacks, eg sending "bob@127.0.0.1@127.0.0.1@127.0.0.1@127.0.0.1" to POP3. (Engine - Improvement)
* Context menus will be available when a user or group is selected and the user right-clicks the mouse (on the User tab of the GateKeeper control panel). (GateKeeper - Improvement)
* A user "right" has been added to policies - "power user" (granted to administrator group by default). Allows a user to access advanced GateKeeper options (these options are not significant enough to be a separate right by themselves). (Engine - Improvement)
* New scheduler task been added - the ability to enable or disable a user account. (Engine - Improvement)
* WinGate scheduler properly implements the default log rollovers (configured by the installer) (Engine - Bug fix)
* WinGate Engine can use a domain controller for the NT user database & base authentication upon domain credentials. Find out more about this feature here. (Engine - Improvement)
* Net bios network broadcasts are made differently in Windows ME than previous 9x platforms. This change caused the dialer to go online unnecessarily when the WinGate Internet Client was installed. (Engine - Bug-fix)
* When logged-in to Windows ME and running the WinGate Internet Client, there was a problem with passing the current login credentials for automatic authentication. This has been resolved. (Engine - Bug-fix)
* NT authentication was not working with an NT4 Server (WinGate) and Windows 2000 Professional (Client) setup. The problem occurred when passing the users current login credentials (Engine - Bug-fix)
* When using NT accounts with WinGate, GateKeeper will not allow a WinGate administrator to add, remove or edit user/group details (except for password). (Engine - Bug-fix)
* FTP would fail under sometimes when using ENS. This only occurred when using the FTP PORT command repeatedly and resulted in failure of the subsequent data transfer. (Engine - Bug-fix)
* Fixed handling for some IPPROTO socket options (EverQuest now works properly when using the client) (WGIC - Bug-fix)
* Changes made to ensure that only a single log file will be created and updated for each service in a 24-hour period (rollover occurs at midnight). (Engine - Bug-fix)
* "Start Menu\Program\WinGate\Start WinGate Engine" link now works as expected. (Engine - Bug-fix)
* Log File Service no longer vulnerable to serving restricted data when a user requested another root. This vulnerability was most dangerous when the service was bound to an external interface (by default it is not). (Engine - Bug-fix)
* WRP service no longer vulnerable to a buffer overrun when receiving a malformed URL (containing escape characters). (Engine - Bug-fix)
* Improved memory management in the WWW Proxy cache has decreased overall memory usage and increased speed. (Engine - Bug-fix)
* Improved general memory management for WinGate services. This has fixed memory leaks that could occur with service logging and session termination. (Engine - Bug-fix)
* Set the RAS Manager Service to start automatically on Windows2000 (by default it does not). This fixed the problem where the WinGate Engine could stall on initial startup for up to a minute (while the RAS Manager Service was starting up). (Engine - Bug-fix)
* Scheduler was rolling over service logs every hour when they are supposed to rollover daily (at midnight). Bug only present in Home and Standard licenses. (Engine - Bug-fix)
* Installer now checks for the presence of WinSock2 (a standard API for TCP/IP) for both WinGate Server and Internet Client installs. (Installer - Improvement)
* InterQuick installer is fully-functional for 4.1 installations. (IQ Installer - Bug-fix)
* Help system updated to cover all new 4.1 features and additions. Popup help has been implemented for screenshots. Several broken links addressed (eg "banning"). (Help System - Improvement)
Version: 4.0.1 Released: 6 June 2000
-----------------------------------------------
* Extended Networking Support (ENS) offers three new options for WinGate. A firewall to secure the WinGate server, NAT to make internet sharing even easier, and Bridging to allow users to share drives. Learn more about this new feature in the help file.
* Supports InterQuick Plugin for WinGate - InterQuick combines the best features of web accelerators, content filters, advertisement blockers and scheduling, resulting in increased Internet performance and control from any Internet connection. Learn more about this new feature in the help file.
* Updated logging support provides users with greater monitoring and control. User can now filter data displayed in the history view.
* Ability to clone the properties of existing WinGate Users and Services though a context-sensitive right click menu in GateKeeper. Improves efficiency.
* Qbik has a new company web site viewable at http://www.qbik.com.
* New HTML interface for improved clarity and detail.
* New topics on all new features; New topic on how to authenticate WinGate users; New topic on configuring system vs service policies; New "look and feel" plus greatly improved keyword indexing of help topics.
* Option added in installer to obtain/purchase key online through Web browser.
* ENS system service allows you to set Firewall security. (GateKeeper - New Feature)
* Support for persistent system log messages added. (GateKeeper - Improvement)
* Behavior of Up/Down buttons in IP assumption list window changed so that the selection now remains on the same item. (GateKeeper - Improvement)
* Time online is updated at the end of the session if no session with longer duration exists (improves accuracy). (GateKeeper - Improvement)
* General improvements to time-based policies: a. Invalid time values can not be entered; b. Finish times must be later than start times; c. Improved general implementation of time filters. (GateKeeper - Improvement)
* Added option for version checking from server using Web browser. ( GateKeeper - New Feature)
* Peculiar Characters no longer appearing on User Names in Win2K. (GateKeeper - Bug-Fix)
* UDP Mapping issue resolved - Starcraft no longer fails with Client on UDP. (Internet - Client Improvement)
* WinGate Client(WGIC) will now run on the WinGate Server. (Internet - Client Improvement)
* Internal changes to LSP have fixed problems with CE Services, MDConfig and FTP uploads. (Internet - Client Improvement)
* Option added to WinGate Internet Client to provide for "non-standard" connect modes (this option is available under the Applications Mode dialog and is provided for a small number of applications that have been found to be using non-standard calls to Winsock - see WGIC help for further detail). (Internet - Client Improvement)
* Start Menu Shortcut added for the WinGate Internet Client applet. (Internet - Client Improvement)
* Problem where if no servers found LSP not disabled properly fixed (useful for mobile users). (Internet Client - Bug-Fix)
* Problem where programs launched with RUNDLL32.EXE with some command line options not recognised fixed. (Internet Client - Bug-Fix)
* Repaired problems with using Netscape to access yahoo mail with the WinGate Internet Client. (Internet Client - Bug-Fix)
* Repaired infrequently observed problems accessing certain sites using Internet Explorer 4.0 and 5.0. (Internet Client - Bug-Fix)
* Client shows dialer information on Windows 2000. (Internet Client - Bug-Fix)
* Better approach to synchronising port numbers between Client and Engine. This was causing trouble for some Java applets. (Engine and Internet Client Improvement)
* Automated restart of engine on key change. (Engine - Improvement)
* Added F1 Help support for new features. (Engine - Improvement)
* ISDN Multilink Support Completed. (Engine - Improvement)
* Network configuration change message will now not detect false changes with some RAS Dialups. (Engine - Improvement)
* Support now provided for Wireless LANs. (Engine - Improvement)
* SNMP now used to check for dialer activity. Dialler now only hangs up on total modem inactivity rather than WinGate Activity. Prevents clients being hung up. (Engine - Improvement)
* Added option to dialer config to disable remote disconnect of dialer from client. (Engine - Improvement)
* Svchost.exe no longer takes up 100% of CPU. (Engine - Bug-Fix)
* Engine Bug-Fix Help Button added to all service dialogs. (Engine - Bug-Fix)
* Engine Bug-Fix WinGate DHCP now reads all DHCP option fields supported by Mac. (Engine - Bug-Fix)
* Engine Bug-Fix Bad password problem fixed in WinGate Home. (Engine - Bug-Fix)
* Engine Bug-Fix Engine startup no longer hangs on invalid licence. It simply politely exits. (Engine - Bug-Fix)
* 2 Engine Monitors no longer appear at end of Upgrade. (Installer - Bug-Fix)
* Service Properties/Bindings changes no longer lost on an upgrade. (Installer - Bug-Fix)
* Detection of ICS (Microsoft Internet Connection Sharing) during ENS install implemented. (Installer - Improvement)
* Installer now checks to ensure Winsock 2 (required for both client and server with ENS) is installed on each machine. (Installer - Improvement)
* Dialer monitoring changed to prevent excessive CPU usage. (Dialer Monitor - Bug-Fix)
* Problem where disconnect button only works after first server update if server is NT fixed. (Dialer Monitor - Bug-Fix)
* Improved advance proxy installation by greying out server entry until checkbox checked in Installer. (WinGate Server - Improvement)
* Added a reboot on the install if WinGate had been Installed, then uninstalled with no reboot after the uninstall. (WinGate Server - Improvement)
* Failure to properly migrate settings when upgrading from WinGate 2 to later version (ie 3.04/5) corrected. (WinGate Server - Bug Fix)
* Icons for installed components fixed up. (WinGate Server - Bug Fix)
* Supports USB hardware with Windows 98. (NAT Driver- Bug Fix)
* GateKeeper Bug-Fix Deleting an existing scope (ie the default one created for the subnet) caused GateKeeper to crash and exit with an unknown exception error.
* GateKeeper Bug-Fix DHCP reservations could not be saved. They would disappear when GateKeeper was reopened and would never come into effect.
* GateKeeper Bug-Fix On some screens more than one radio button in a group could be selected at a time (eg DHCP mode)
* Engine Bug-Fix Broken UDP mappings were repaired (these were caused by an internal change to the Wingate engine in 3.04)
* Internet Client Bug-Fix Wingate Internet Client no longer permits the user to enter a blank application under the applications tab.
* Internet Client Bug-Fix CE Services 2.0 now operates correctly on client machine running the Wingate Internet Client (set to local mode for 98)
* Dialer Bug-Fix When multiple connections were configured, the WinGate Dialer would sometimes trigger both simultaneously.
* Engine Bug-Fix SOCKS address order corrected. IP addresses were being returned in reverse order.
* Engine Bug-Fix Disabling the guest user account no longer breaks DHCP
* WinGate Help New Topic New topic added "How to use WinGate help effectively"
* WinGate Help New Topic New topic added "How to Setup Server Applications Behind WinGate" (eg Web and FTP servers)
* Internet Client New Feature Client licensing added
* Engine Improvement Engine will start without licence (reverts to local mode only)
* Engine Bug-Fix Rapid repeat requests won't break DHCP Service
* Engine Bug-Fix Minor DHCP problem fixed in WinGate Home
* Engine Bug-Fix Fixed FTP uploads via WGIC. May have affected other apps as well, such as Webservers, peer-peer apps
* Engine Bug-Fix FTP now works in normal (non-passive) mode.
* WinGate Server New Feature 30 day expiring trial licence now included in installer. Users no longer required to apply for trial key.
Version: 3.0.2 Released: 2 June 1999
-----------------------------------------------
18 June 1999
* Internet Client Bug-Fix LSP now works on non-Administrator accounts
2 June 1999
* Engine Bug-Fix Dialer disconnect problem fixed with IdleTrafficLevel setting
* GateKeeper Improvement Languages now supported in external dlls
* Engine Improvement Potential security hole in WWW server eliminated
* Internet Client Bug-Fix LSP no longer causes RPCSS.exe to use excessive CPU
* GateKeeper Improvement The registry entry HKEY_CURRENT_USER\SOFTWARE\Qbik Software\Settings\Language then governs the language used: Fra, Deu, Esp, Enu (Settings Locale key no longer used)
* WinGate Server Bug-Fix 2.1 settings migration failure on upgrade corrected
* WinGate Server New File SNMP.dll included as part of installation
* Engine Bug-Fix Calculation of next disallowed time by rule was wrong, effectively breaking time based rule session timeouts.
* Engine Bug-Fix Java client HTML page had wrong CODEBASE URL when Java Client served as a result of a SOCKS handover to the WWW Proxy. Result was "No response On Port" error in the Java Client.
* Engine Bug-Fix Can now disable the Guest account without denying access to services that
have authentication capabilities.
* Engine Improvement Changed the way Authentication works for the Java Client. the Java client is now only sent if the policies require the user to be assumed or better (authenticated). This means that users can specify which users will need to use the Java client. the option in the WWW Proxy now simply enables the use of the client. Whether or not it is used is then entirely dependent on the policies applicable to the WWW Proxy.
* Engine Improvement In line with the new operation of the Java client, the SOCKS server's use of RFC1929 authentication is now only dependent on the required authentication level set in the policies applicable to the SOCKS server. Moreover, the use of RFC1929 by a client results in the user being assumed (rather than simply guest), based on the username and password. This means that activities will be logged against the username (in WinGate) of the SOCKS client.
* Engine Improvement Also in line with the changes above, the Telnet Service now has a login option.
* Engine Improvement When enumerating interfaces WinGate now determines whether interfaces are statically assigned or dynamically assigned. The DHCP service cannot be bound to dynamically assigned interfaces or localhost.
* Engine Improvement The DNS service cannot be bound to localhost (127.0.0.1) as this makes no sense.
* Engine Improvement When enumerating interfaces WinGate now determines whether an interface is external or internal to the LAN.
* Engine Improvement Invalid bindings for a service are removed at startup.
* Engine Improvement Configurable prompt for telnet added.
* Engine Bug-Fix Changed the way services are uploaded to GateKeeper - fixes problems of GateKeeper hanging with many services on Win95.
* GateKeeper Bug-Fix Fixed display problem in GateKeeper when creating UDP services - they actually start when created but are shown as stopped.
* Engine Improvement New option in DHCP server. "Allow allocation of non-private IP addresses". This defaults to "not allowed", and should save some Cable modem customers from losing their Internet service because of DHCP allocation to other cable modem customers. This means however that if you are not using private ip addresses on your LAN, the DHCP service will stop working for you until you change this option.
* GateKeeper Bug-Fix Lost setting for particular HTTP proxy to hand over to, if you simply double-clicked the SOCKS server, and then hit OK.
* GateKeeper Improvement Warnings on exit if unsaved changes.
* GateKeeper Improvement Confirmation dialog added for deleting users, groups or services
* GateKeeper Improvement Warnings given if user attempts to bind a service to an external interface
* GateKeeper Improvement No longer see System Info (license) dialog unless user has rights to change license.
* GateKeeper Improvement Small UI change to WWW Proxy - clearer explanation of Java Authentication
* GateKeeper Improvement More error checking against setting up WinGate incorrectly - warnings on invalid bindings for services.
* GateKeeper Improvement Lost setting for particular HTTP proxy to hand over to, if you simply double clicked the SOCKS server, and then hit OK.
* GateKeeper Improvement Confirmation options dialog for setting preferences for confirmation of variouos activities.
* Engine Bug-Fix Intermittent crash problem fixed
* Engine Bug-Fix Obscure crash problem with SOCKS handovers and timing issues with timeout checking
* Engine Bug-Fix No dial on demand for UDP associate.
* Engine Bug-Fix FTP through HTTP broken in 2.1b for some servers (changed absolute to relative paths) now fixed again.
* Engine Bug-Fix Engine not saving changes properly when deleting multiple services.
* Engine Bug-Fix Wrong protocol version number returned for RFC1929 authentication in SOCKS5 (was breaking ICQ)
* Engine Bug-Fix Problem with DHCP options that took string data - no terminating NULL appended.
* GateKeeper Bug-Fix Problem in GateKeeper if you deleted the GateKeeper login session, you got a communications failure after a while and lost response.
Version: 2.1b Released: 6 March 1998
-----------------------------------------------
* Engine Bug-Fix refusing to dial or intermittent refusal to dial
* GateKeeper Bug-Fix GateKeeper DLL problem
* GateKeeper Bug-Fix GateKeeper not running on NT3.51
* Engine Bug-Fix Problems with UDP services.
* Engine Bug-Fix Problems with some HTTP servers (i.e Hotbot.com)
* Engine Bug-Fix FTP through HTTP with username:password@site format was not copying
username and password into subsequent links.
* Engine Bug-Fix FTP home directory was not honoured with username:password@ftpsite method of FTP through HTTP.
* Engine Bug-Fix Found a couple more spots where thrown exceptions could possibly crash engine.
* WinGate Server New Feature Completely new - now uninstalls properly, and installs over previous versions to upgrade.
* WinGate Server Improvement Improved handling for setting up services.
Version: 2.0b Released: 11 April 1997
-----------------------------------------------
* Engine Bug-Fix FTP proxy - could not handle servers sending multi-line greetings.
* Dialer Bug-Fix Not hanging up connections properly on some systems.
Version: 2.0a
----------------
* Engine Improvement Ignores localhost connections for Licence count - you can now proxy the WinGate machine as well using localhost as the proxy server.
* Engine Improvement NT engine now uses event messages properly in event viewer
* Engine Improvement Robust UDP support in Real Audio Proxy, also now supports RealVideo
* Dialer Bug-Fix Dialer timeout for SOCKS BIND sessions
* Engine Improvement WinGate Engine for NT will uninstall the service for previous beta versions if they are installed.
* Engine Improvement Engine in Windows95 will now display a version dialog if run with the command line parameter -v.
* Dialer Improvement Debug logging and dial/hangup logging on the dialer.
* Engine Bug-Fix Fixed Pointcast problems
* Engine Bug-Fix Fixed problems with IIS server and Netscape client causing wrong content-type
* Engine Improvement Revised caching algorithm, should be more efficient on bandwidth.
* Engine Improvement Support for FTP file uploads in the HTTP proxy (so now File Upload in Netscape will work through the HTTP proxy as well as through SOCKS). This should also fix the MS FrontPage file publishing problem.
* Engine Improvement FTP proxy no longer uses RecvLine function, so should be a lot more robust.
* Engine Bug-Fix There are also reports that the problem of WinGate going into 100% kernel
usage no longer occur.
* GateKeeper Improvement GateKeeper will now warn if there are unsaved changes.
* Dialer Improvement New dialer options for specifying update interval.Since the RAS subsystem does not offer any notification of events to the status of connections (thanks a lot MS) it is necessary to poll the status of the link at regular intervals to make sure it is still on line. The default interval for this polling is 2 seconds. On some systems, it may be necessary to lengthen this interval to avoid causing undue load on the RAS subsystem, which may cause problems such as: